projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f535f6b
)
(LIBS_TERMCAP): Use -ltermcap instead of -lc.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 22 Jun 1997 22:55:28 +0000
(22:55 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 22 Jun 1997 22:55:28 +0000
(22:55 +0000)
src/s/hpux10.h
patch
|
blob
|
history
diff --git
a/src/s/hpux10.h
b/src/s/hpux10.h
index 32daf200a2192904d66581d5ed4286df87fa5837..58c6f43951d3612468fc6304ed18438623ad65ca 100644
(file)
--- a/
src/s/hpux10.h
+++ b/
src/s/hpux10.h
@@
-27,8
+27,9
@@
#endif
/* Make sure we get select from libc rather than from libcurses
- because libcurses on HPUX 10.10 has a broken version of select. */
-#define LIBS_TERMCAP -lc -lcurses
+ because libcurses on HPUX 10.10 has a broken version of select.
+ We used to use -lc -lcurses, but this may be cleaner. */
+#define LIBS_TERMCAP -ltermcap
#undef C_SWITCH_X_SYSTEM
#undef LD_SWITCH_X_DEFAULT